home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / cups / data / HPGLprolog next >
Text File  |  2009-10-31  |  998b  |  28 lines

  1. %%BeginResource: procset hpgltops 1.1 0
  2. %
  3. % "$Id: HPGLprolog 6649 2007-07-11 21:46:42Z mike $"
  4. %
  5. %   HP-GL/2 filter procset for the Common UNIX Printing System (CUPS).
  6. %
  7. %   This procset contains the basic drawing commands that are used to
  8. %   reduce output size.  Note the 'MP' (make newpath) definition - this
  9. %   should be called 'NP' (newpath), but GhostScript uses the 'NP' name
  10. %   for 'noaccess put' in some of its font files...
  11. %
  12. %   Copyright 2007 by Apple Inc.
  13. %   Copyright 1993-2005 by Easy Software Products
  14. %
  15. %   These coded instructions, statements, and computer programs are the
  16. %   property of Apple Inc. and are protected by Federal copyright law.
  17. %   Distribution and use rights are outlined in the file "LICENSE.txt"
  18. %   which is included with the CUPS source distribution.
  19. %
  20. /MO { moveto } bind def
  21. /LI { lineto } bind def
  22. /FI { fill } bind def
  23. /ST { stroke } bind def
  24. /CP { closepath } bind def
  25. /MP { newpath } bind def
  26. /SP { setlinewidth setrgbcolor } bind def
  27. %%EndResource
  28.